|
CHECK DISPLAY MODE
This command will check that the display mode you have specified is available on the current system.
Return Integer=CHECK DISPLAY MODE(Width, Height, Depth)
Return Integer=CHECK DISPLAY MODE(Width, Height, Depth, VSyncOn, Multisampling Factor, Multimonitor Mode)
Width
Integer
New screen width
Height
Integer
New screen height
Depth
Integer
New screen depth
VSyncOn
Integer
This value is an integer number such as 1.
Multisampling Factor
Integer
This value is an integer number such as 1.
Multimonitor Mode
Integer
This value is an integer number such as 1.
A one will be return, if you can use that display mode
The parameters should use integer values.
cls
set display mode 800,600,32
wait 1000*8
print "can we use the screen mode "+str$(check display mode(1024,768,32))
do
loop
end
DISPLAY Commands Menu
Index
|